home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Graphics / Gnuplot / Source / English.lproj / DataPane.nib / data.classes next >
Encoding:
Text File  |  1993-03-18  |  788 b   |  51 lines

  1. DataPane = {
  2.     ACTIONS = {
  3.     deleteSelectedFunctions:;
  4.     setFunctionLineStyle:;
  5.     modifySelectedFunction:;
  6.     addFunction:;
  7.     findDataFile:;
  8.     setFunctionTitle:;
  9.     doSetDummy:;
  10.     setFunctionPointsStyle:;
  11.     setFunctionStyle:;
  12.     };
  13.     OUTLETS = {
  14.     functionsForm;
  15.     pointsStyleMatrix;
  16.     functionsStyleMatrix;
  17.     dummyFormCellX;
  18.     modifyFunctionButton;
  19.     deleteFunctionButton;
  20.     lineStyleLabel;
  21.     lineStyleMatrix;
  22.     functionsTitleField;
  23.     functionsMatrix;
  24.     pointsStyleLabel;
  25.     functionsScrollView;
  26.     dummyFormCellY;
  27.     };
  28.     SUPERCLASS = Pane;
  29. };
  30. FirstResponder = {
  31.     ACTIONS = {
  32.     };
  33.     SUPERCLASS = Object;
  34. };
  35. CellScrollView = {
  36.     OUTLETS = {
  37.     cellMatrix;
  38.     cellClass;
  39.     };
  40.     SUPERCLASS = ScrollView;
  41. };
  42. Pane = {
  43.     OUTLETS = {
  44.     doc;
  45.     window;
  46.     view;
  47.     status;
  48.     };
  49.     SUPERCLASS = Object;
  50. };
  51.